func encoding/json.typeFields

2 uses

	encoding/json (current package)
		encode.go#L1070: func typeFields(t reflect.Type) structFields {
		encode.go#L1274: 	f, _ := fieldCache.LoadOrStore(t, typeFields(t))